ipcoder

Results 15 comments of ipcoder
trafficstars

Is this a related problem? ``` >>> b = Box(box_dots=True) >>> b['x'] = {'y':10} >>> b.setdefault('x.y', 20) ``` That is `setdefault` overwrites already defined value.

First I would like to stress that may remark/suggestion is about widening the meaning - not changing the code. The docs assume its only type casting can be used, but...

I have updated to 5.0.1 and this extended behavior is not working anymore. It seems now there is an explicit assumption casting is to a class (`if issubclass(...` in `box.py:407`):...

Since this problem seems to be around, can we provide at least a practically useful solution? Here are some suggestions: 1. Allow an option to switch into a mode in...

I am not sure if it is related to #19235. Here how it looks like: https://user-images.githubusercontent.com/9642454/109721950-b3743800-7bb4-11eb-998d-477debd3ee36.mp4

I am not able to run it as Local. And not with !include with server on Linux

The only way I found is to delete all the notes and reset in the option. Then it fetches all again.

May be as a simple alternative to provide an access to .width attribute of the column? Then at least user can set it according to its own needs/logic. Now all...

Hey @cornerfarmer I am also interested in the possibility to run blenderproc from a usual python environment, and would like to support @aviveh21 suggestion. Allow me to address your points...